home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4263 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: New Motorola syntax... Where?
  5. Date: 26 Feb 1996 17:12:21 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <665.6630T585T1102@login.eunet.no>
  8. References: <4gd5lq$bvn@oreig.uji.es> <42116554@phoenix.owl.de>
  9. NNTP-Posting-Host: pc2.asker-pm2-1.eunet.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. JAM>> Where can I find the new Motorola syntax? I've been browsing my local
  14. JAM>> library but there's no new book :-( Any online references?
  15.  
  16. >Which new syntax? You mean the new syntax for the M68k addressing
  17. The new syntax.
  18.  
  19. old:    move.l  d0,100(a0)
  20. new:    move.l  d0,(100,a0)
  21.  
  22. More logic this way.
  23.  
  24. >modes? If so, you will find a complete description in any M68k
  25. >manual from Motorola. You can also download a manual in postscript
  26. >format somewhere from www.mot.com (or take a look into the addres-
  27. >sing modes section of PhxAss.guide).
  28.  
  29. <sb>Patrick Hanevold - Virtual Reality developer
  30. <sb>patrick.hanevold@login.eunet.no
  31. <sb>Amiga and official Be developer
  32.  
  33.